From da78c3117fccd46d88d0ba8644f1f990ce7a011a Mon Sep 17 00:00:00 2001 From: Stevan Earl Date: Sun, 9 Aug 2026 18:09:05 -0700 Subject: [PATCH] feat: add groom-scan role codes Split from grm_scan commit 36b5c5d. --- conversion/load_support.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conversion/load_support.sql b/conversion/load_support.sql index 3063666..690da8b 100644 --- a/conversion/load_support.sql +++ b/conversion/load_support.sql @@ -139,7 +139,9 @@ INSERT INTO obs_periods (period, description) INSERT INTO role_codes (role, description) VALUES ('Actor', 'The initator in a directed dyadic interaction') , ('Actee', 'The receipient in a directed dyadic interaction') - , ('Solo', 'A participant in an event, non-directed when there are mulitple participants'); + , ('Solo', 'A participant in an event, non-directed when there are mulitple participants') + , ('Mutual', 'A participant in a symmetric dyadic interaction') + , ('UNKPair', 'A participant in a dyadic interaction of unknown direction'); -- Add the special values to SIGHTING_RECORDS, because it makes testing -- 2.34.1